home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 021a / chgrel3.zip / CHGREL.BAT next >
DOS Batch File  |  1991-09-18  |  1KB  |  34 lines

  1. Echo off
  2. if exist chgrel.scr erase chgrel.scr
  3. if exist chgrela.bat goto nomsg
  4. if exist %0.msg type %0.msg
  5. if exist %0.msg pause >NUL
  6. rem if not exist %0i.exe goto error
  7. rem if not exist %0e.exe goto error
  8. Echo Loading Chgrel(tm) ...
  9. :nomsg
  10. if exist chgrela.bat erase chgrela.bat
  11. %0i %1
  12. if exist chgrel.scr goto loadac
  13. cls
  14. Echo Thank you for using Chgrel.
  15. Echo Please share this program by copying it and making it available for
  16. Echo other people to use.
  17. Echo .
  18. Echo To continue using Chgrel send check or P.O. for $35 to:
  19. Echo R. Frank, 10010 Belle Rive Blvd. #102, Jax., FL 32256. Include disk size.
  20. Echo We will promptly send you a version that will work beyond 30 days.
  21. Echo See our ad in September '91 Cadence page 167.  The $35 offer is available
  22. Echo to the shareware community for mail-in orders only.  Please contact 
  23. Echo Rich Frank on CompuServe at 73030,302 with questions/comments.
  24. Echo .
  25. goto end
  26. :error
  27. Echo ERROR: Necessary .exe files not found.
  28. goto end
  29. :loadac
  30. Echo acad x chgrel >chgrela.bat
  31. Echo %0 >>chgrela.bat
  32. chgrela
  33. :end
  34.